int d = int(random(0, 100)); // int() converts the float value
ellipse(50, 50, d, d);
